From 0804779d4d31215567f19e362ab99769e2a1d467 Mon Sep 17 00:00:00 2001 From: Adriaan Schmidt Date: Mon, 4 Apr 2022 13:38:33 +0200 Subject: [PATCH] tools: install perf python bindings Bug-Debian: http://bugs.debian.org/860957 Forwarded: not-needed Gbp-Pq: Topic debian Gbp-Pq: Name tools-perf-install-python-bindings.patch --- tools/perf/Makefile.perf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 2761f65d6dc..a598eb7b4f1 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -1013,7 +1013,7 @@ install-bin: install-tools install-tests install-traceevent-plugins install: install-bin try-install-man install-python_ext: - $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)' + $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)' --install-layout=deb # 'make install-doc' should call 'make -C Documentation install' $(INSTALL_DOC_TARGETS): -- 2.30.2